Welcome![Sign In][Sign Up]
Location:
Search - serial flash

Search list

[Delphi VCLdelphi--urat

Description: delphi是一种Windows应用,它利用PC串口对目标系统上的串口在线编程(IAP).供大家分享-delphi is a Windows application, which uses PC serial port on the target system' s serial-line programming (IAP). for everyone to share
Platform: | Size: 980992 | Author: shuchen | Hits:

[Driver Developi28fxxxjMTD16bit

Description: INTEL FLASH 16的flash驱动。-intel flash 28f128 serial,driver。
Platform: | Size: 4096 | Author: Jason Sun | Hits:

[SCMiapDemo

Description: 通过串口xmodem升级lpc2103的flash。这是一个小的bootrom。开发环境是keil-Through the serial port xmodem upgrade lpc2103 a flash. This is a small bootrom. Development environment is keil
Platform: | Size: 156672 | Author: 周旭润 | Hits:

[VxWorksMCP837xSPIdriverSrc

Description: 自己开发的Freescale MPC837X SPI控制器驱动(vxbus)及SST25VF512 SPI Flash驱动,其中还提供了测试代码,在workbench3.0下编译通过,在VxWorks6.6下调试通过,已经用于实际项目中,现在贡献出来,希望对大家有所帮助。-spi controller driver for Freescale MPC837X and sst25vf512 spi flash driver source code
Platform: | Size: 10240 | Author: 曹小雨 | Hits:

[Industry researchSerialBootSoC

Description: Serial Flash for External Bootloader storage
Platform: | Size: 138240 | Author: jackson | Hits:

[SCMStm32.Share

Description: STM32 通过串口flash更新程序, 不用固件库,包括: ADC采样, 定时器延时中断, 键盘扫描, 模拟I2C驱动 问题咨询: w123456xy@sohu.com 15189792379-STM32 through the serial flash update, without firmware libraries, including: ADC sampling, delay timer interrupt, keyboard scanning, I2C driver Advisory: w123456xy@sohu.com 15189792379
Platform: | Size: 102400 | Author: whqxy | Hits:

[Software EngineeringSPIapple

Description: SPI串行Flash在数据存储系统中的应用-SPI serial flash data memory system apple
Platform: | Size: 205824 | Author: scofeel | Hits:

[Other Embeded program44b0xbios

Description: 44b0的bios程序,带有lcd,serial,flash,ram等驱动程序-44b0 of the bios program, with the lcd, serial, flash, ram, etc. driver
Platform: | Size: 115712 | Author: hu | Hits:

[Linux-UnixEmbeddedlinuxdevicedriverdevelopment

Description: 本书系统地介绍了嵌入式Linux设备驱动开发的相关知识和实例,主要包括: 数码管驱动程序;键盘驱动程序;A/D、D/A驱动程序;LCD驱动程序;触摸屏驱动程序;CAN总线驱动程序;I2C总线驱动程序;音频总线驱动程序;IDE驱动程序;NAND Flash和NOR Flash驱动程序;USB设备驱动程序;串口驱动程序;网络设备驱动程序。 实例丰富、讲解细致、代码分析详尽,嵌入式Linux设备驱动开发的理想参考用书。 -This book systematically introduces embedded Linux device driver development of knowledge and examples, including: digital tube drivers the keyboard driver A/D, D/A Driver LCD driver touch screen driver CAN Bus Driver I2C bus driver audio bus driver IDE driver NAND Flash and NOR Flash Driver USB device driver serial port driver network device drivers. Abundant examples to explain the detailed and exhaustive code analysis, embedded Linux device driver development of an ideal reference book.
Platform: | Size: 19979264 | Author: keke | Hits:

[Industry researchM25P64

Description: M25P64 64 Mbit, low voltage, Serial Flash memory with 50 MHz SPI bus interface
Platform: | Size: 385024 | Author: Evgeny | Hits:

[Industry researchW25X16_W25X16A_W25X32_W25X64

Description: serial flash memory with 4kb sectors and dual output SPI
Platform: | Size: 1435648 | Author: Evgeny | Hits:

[SCMM25P16_C

Description: PIC16F877A单片机对M25P16串行闪存各种操作的源代码-PIC16F877A Microcontroller M25P16 serial flash source code
Platform: | Size: 2048 | Author: mei | Hits:

[MTKMultiport_Download_exe_V3.2.0(1)

Description: MTK多串口下载工具源代码,支持M58WR064HU、M58WR064HL、TV00560002EDGB等多种flash。-MTK more tools serial download the source code, support M58WR064HU, M58WR064HL, TV00560002EDGB such as flash.
Platform: | Size: 1262592 | Author: guanhaha | Hits:

[Software Engineeringspi_flash_M25P10_AVR

Description: M25PXX系列串行闪存是ST公司推出的系列存储器产品,具有体积小、规格全、容量大、功耗低和硬件接口简单的特点,非常容易与各种单片机构成存储系统。本文重点介绍此类存储器与单片机的接口,并结合AVR单片机,给出实际的电路图和软件驱动函数。-M25PXX series serial flash memory is the ST has introduced a series of memory products, has a small size, specification, capacity, low power consumption and hardware interface features simple, very easy to constitute a storage system with a variety of SCM. This article focuses on such memory and microcontroller interface, combined with AVR microcontroller, given the actual circuit and software driver functions.
Platform: | Size: 130048 | Author: 王翔 | Hits:

[Other Embeded programTestI2C

Description: Read/Write Serial Flash Rom AT24Cxxx by Atmega128 microcontroller
Platform: | Size: 104448 | Author: sau | Hits:

[Otherflash_magament

Description: 内核通过保持一个称为数据缓冲区高速缓冲的内部数据缓冲区来减小对芯片的存取频度。高速缓冲含有最近被使用过的串行Flash的数据。当从芯片中读数据的时候,内核试图先从高速缓冲中读取。如果数据已经在该高速缓冲中,则内核可以不必从芯片中读取数据。如果数据不在该高速缓冲中,则内核从芯片上读数据,并将其缓冲起来,这样下次使用时就不需要再从芯片中读取了。描述的就是数据缓冲区的管理。-Core by maintaining a data buffer as an internal data buffer cache to reduce the access frequency of the chip. Cache contains recently used data from the serial Flash. When reading data from the chip when the kernel trying to start cache read. If the data is already in the cache, the kernel can not read data from the chip. If the data is not in the cache, then the kernel to read data from the chip and the cushion up, so next time when they do not need to use the chip to read from a. Is described in the data buffer management.
Platform: | Size: 4096 | Author: linqiong | Hits:

[uCOSUart

Description: LPC2148 drive LCD ----- A / D conversion module The work area Each project contains three configuration options ISP_iFlash_Hex - generated. Hex object file format JLINK_iflash - JLINK to the programming through the configuration of the internal Flash JLINIX_iram - by JLINK to debug the internal RAM Project Name: LCD ----- LCD (includes break) MMC ----- MMC Card Reader Uart ----- serial communication USBMouse ----- USB communication-LPC2148 drive LCD----- A/D conversion module The work area Each project contains three configuration options ISP_iFlash_Hex- generated. Hex object file format JLINK_iflash- JLINK to the programming through the configuration of the internal Flash JLINIX_iram- by JLINK to debug the internal RAM Project Name: LCD----- LCD (includes break) MMC----- MMC Card Reader Uart----- serial communication USBMouse----- USB communication
Platform: | Size: 120832 | Author: ajksdna | Hits:

[Embeded-SCM DevelopTest

Description: 为44B0的测试代码,可以测试蜂鸣器,IIS 播放WAV文件,USB点灯,按键,串行FLASH,IDE硬盘 LCD等。 0 : Please input a number 1 : Memory test 2 : Timer PWM test ( Beep ) 3 : IIC EEPROM test 4 : ADC test 5 : Download File by uart(DNW) 6 : IIS Play test(Please download *.wav by Uart first) 7 : PDIUSBD12 test 8 : LCD test Mono 9 : LCD test Mono printf string 10 : LCD test Grey 4 11 : LCD test Gray 16 12 : LCD test Color 256 13 : Interrupt test 14 : Get IDE information-Test code for the 44B0, you can test buzzer, IIS plays WAV files, USB lamps, buttons, serial FLASH, IDE hard drive LCD and other. 0: Please input a number 1: Memory test 2: Timer PWM test (Beep) 3: IIC EEPROM test 4: ADC test 5: Download File by uart (DNW) 6: IIS Play test (Please download*. wav by Uart first ) 7: PDIUSBD12 test 8: LCD test Mono 9: LCD test Mono printf string 10: LCD test Grey 4 11: LCD test Gray 16 12: LCD test Color 256 13: Interrupt test 14: Get IDE information
Platform: | Size: 1922048 | Author: 张俊 | Hits:

[CSharp1602

Description: SST’s 25 series Serial Flash family features a four-wire, SPI-compatible interface that allows for a low pin-count package which occupies less board space and ultimately lowers total system costs. The SST25VF016B devices are enhanced with improved operating frequency and even lower power consumption than the original SST25VFxxxA devices. SST25VF016B SPI serial flash memories are manufactured with SST’s proprietary, high-performance CMOS SuperFlash technology. The split-gate cell design and thick-oxide tunneling injector attain better reliability and manufacturability compared with alternate approaches
Platform: | Size: 5120 | Author: ldc | Hits:

[Com Portserial

Description: F2808用串口烧写的工具,很好用,可以脱离仿真器将程序下到Flash中-F2808 using the programming tools serial, useful
Platform: | Size: 1100800 | Author: 朱旭燕 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 28 »

CodeBus www.codebus.net